XdsObjects Help file
XdsObjects Namespace / XdsMultiString Class / XdsMultiString Constructor / XdsMultiString Constructor(IEnumerable<String>)
The strings to copy into the XdsMultiString



In This Topic
    XdsMultiString Constructor(IEnumerable<String>)
    In This Topic
    Create a new XdsMultiString, initialised from a list of strings
    Syntax
    Public Function New( _
       ByVal StringList As IEnumerable(Of String) _
    )
    Dim StringList As IEnumerable(Of String)
     
    Dim instance As New XdsMultiString(StringList)
    public XdsMultiString( 
       IEnumerable<string> StringList
    )
    public:
    XdsMultiString( 
       IEnumerable<String^>^ StringList
    )

    Parameters

    StringList
    The strings to copy into the XdsMultiString
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also